lcBlockAddCircle Home

Adds a new circle object into a block.

 HANDLE lcBlockAddCircle (
   HANDLE hBlock,
   double X,
   double Y,
   double Radius,
   BOOL bFilled
 );

Parameters
hBlock
  Handle to a block.
X Y
  Coordinates of the center point.
Radius
  Circle's radius.
bFilled
  If TRUE then inner area of the circle will be filled with color.

Return Value

  Handle to created circle object or NULL if the function fails.